curl --request POST \
--url https://app.usequeue.com/api/v1/projects/{project_id}/clients \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "Client Inc.",
"email": "[email protected]",
"company": "Acme Corp",
"avatar": "https://ui-avatars.com/api/?name=C"
}
'