curl --request POST \
--url https://api.gospott.com/skills/{id}/candidates/_unlink \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"selection": {
"type": "included",
"ids": {
"include": [
"<string>"
]
}
}
}
'