Add User Skill
POST {{baseUrl}}/odata/UserSkills
Required properties:
- skillId - id of the skill
- userId - id of the user
Not required properties:
- level - from 1 to 5
Request Body
{"skillId"=>"4a1ad1c1-ef5a-4093-a040-a36ae8b6d140", "userId"=>"2d63a33e-0c5f-4a28-aaf1-07119023898e", "level"=>4}