curl --location --request POST 'https://api.plusvibe.ai/api/v1/account/warmup/enable' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65f3c92d3dbe5dbb35374a9a",
"email": "bob.johnson@example.com"
}'
{
"status": "success"
}