curl --request POST \
--url https://api.example.com/v1/skills \
--header 'Content-Type: application/json' \
--data '
{
"slug": "<string>",
"title": "<string>",
"description": "<string>",
"category": "<string>",
"long_description": "<string>",
"type": "skill",
"price_cents": 0,
"platforms": [
"code",
"cowork",
"web"
]
}
'