curl --location --request PUT 'https://fodimi.pl/api_public/clients/' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test",
"surname": "User"
}'{
"status": true
}