curl --location -g --request POST '{{base-api-url}}/tenants/TENANT_ID/works/WORK_ID/recipients' \
--header 'Authorization: Bearer {{your-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Tim",
"lastName": "Cook",
"email": "tim@cook.com"
}'