curl --request POST \
--url https://api.anysite.io/api/linkedin/user/skills \
--header 'Content-Type: application/json' \
--header 'access-token: <api-key>' \
--data '
{
"urn": {
"type": "<string>",
"value": "<string>"
},
"count": 123,
"timeout": 300
}
'