curl --request POST \
--url https://dashboard.brandblast.ai/api/v1/createUser \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"user_email": "[email protected]",
"user_password": "securePassword123",
"should_reset_password": "false"
}
'