clients:writecurl --location 'https://fodimi.pl/api_public/clients' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "jan.kowalski@example.com",
"password": "tajne-haslo",
"name": "Jan",
"surname": "Kowalski",
"phone": "+48600000000",
"loyalty_program_points": 0,
"notification_settings": {
"orders": true,
"newsletter": false,
"sms": false
}
}'{
"uid": "string",
"name": "string",
"surname": "string",
"email": "string",
"phone": "string",
"is_hidden": true,
"created_at": "string",
"notification_settings": {
"orders": true,
"newsletter": true,
"sms": true
},
"loyalty_program_points": 0,
"orders_count": 0,
"birth_date": "string"
}