curl --location -g --request POST 'https://athathi.mgahed.com/{{locale}}/client/register' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Test Client",
"email": "client@test.com",
"password": "password123",
"confirm_password": "password123"
}'{}