curl --request POST \
--url https://api.usenaive.ai/v1/employees \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"role": "employee",
"title": "<string>",
"department": "<string>",
"metadata": {}
}
'