curl --request PATCH \
--url https://api.roostedhr.com/api/1_12/skillsets/{id} \
--header 'Content-Type: application/json' \
--header 'X-API-KEY: <api-key>' \
--data '
{
"id": 123,
"role_title": "<string>",
"default_time": "13:00",
"default_comments": "<string>",
"on_for_new_signups": 0,
"client_portal_access": 0
}
'