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