curl --request POST \
--url https://api.plane.com/v1/workers \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"type": "<string>",
"number": "<string>",
"name": {},
"email": "<string>",
"title": "<string>"
}
'