Request
Body Params application/json
{
"doctor_id": 3,
"name": "MY NAME",
"title": "Dr.",
"birth_date": 0,
"gender": "man",
"phone": "07831234567",
"email": "123@gmail.com",
"grade": "Junior",
"is_admin": false
}
Request Code Samples
curl --location --request POST '/admin/edit_doctor_info' \
--header 'Authorization: t05lRfUyaBLHqVbZDmxuirGC8XhY7IOS' \
--header 'Content-Type: application/json' \
--data-raw '{
"doctor_id": 3,
"name": "MY NAME",
"title": "Dr.",
"birth_date": 0,
"gender": "man",
"phone": "07831234567",
"email": "123@gmail.com",
"grade": "Junior",
"is_admin": false
}'
Responses
application/json Modified at 2025-04-23 22:00:35