curl --location --request POST '/clients/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"full_name": "string",
"phone_number": "string",
"email": "user@example.com",
"address": "string",
"birthday": "string"
}'