curl --location '/register/doctor' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"email": "string",
"phone": "string",
"age": 0,
"year_of_experience": 0,
"title": "string",
"password": "string"
}'null