Hello,
this method takes 2 parameters :
let userId = "userId_example"; // String | User ID
let body = [{}]; // Object | Skill
I tryed the body parameter with the name of the sill and the ID od the skill
in both cases i got an error :
"message": "The request could not be understood by the server due to malformed syntax.",
"code": "bad.request",
"status": 400,
can you help please ?