curl --request PUT \
--url https://mock-api.cevro.ai/v1/players/{playerId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'X-Session-ID: <x-session-id>' \
--data '
{
"phone": "+49 174 1234567",
"affiliate_name": "AffCo Direct",
"blocked": false,
"settings": {
"marketing_email_subscription": true,
"email_validation": true,
"marketing_sms_subscription": true,
"sms_validation": true,
"want_bonus": true
}
}
'