curl --location --request POST 'https://api.hirempire.com/v1/add-collaborator' \
--header 'Authorization: Bearer 927634980234' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "email@example.com",
"name": "Full Name"
}'{
"success": true,
"collaborator_email": "email@example.com",
"role": "Recruiter",
"created": "2000-01-01 01:00:00",
"updated": "2000-01-01 01:00:00"
}