curl --location --request POST 'https://apigw.paziresh24.com/booking/book' \
--form 'reserve_id="{% faker datatype.uuid %}"' \
--form 'patient="{% faker datatype.uuid %}"'
{
"id": "43d7a739-60b3-4e30-9c7b-78f001cef318",
"time": "2070-09-27T09:02:23.911Z",
"doctor": "مهسا نراقی",
"medical_code": "12345",
"patient": "نیما قهرمانی",
"patient_national_code": "1234567890",
"center": "موسوی-فهمیده",
"cost": 236,
"status": "InProgress"
}