curl --location --request PUT 'https://api.plusvibe.ai/api/v1/client' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65f99a0dd96fae8ab61130c0",
"client_id": "string",
"client_first_name": "Nova",
"client_last_name": "Smith",
"client_business_name": "Nova Consulting Ltd",
"workspaces": [
{
"id": "65f99a0dd96fae8ab61130c0",
"permissions": [
"FULL_ACCESS"
],
"hide_labels": [
"NOT_INTERESTED"
]
}
]
}'{
"status": "success"
}