{ "userId": 4, "updatePatientDetails": { "blood_group": "A", "family_member": [], "health_issues": ["Asthma", "Body Pain"], "relation": [], "weight": 60 } }
curl --location --request POST 'http://localhost:3000/graphql' \ --header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VybmFtZSI6ImRldjEiLCJ1c2VySWQiOjQsInVzZXJfYXNzaWdubWVudCI6ImFkbWluIiwiaWF0IjoxNzI3MzYxMDk0LCJleHAiOjE3MjczNjQ2OTR9.Zckr61S0kHq7ZogL6aI7FTeF45rSMqZM74YQ1_MAqoA'
{ "data": { "modifyPatientDetails": { "message": "Patient details updated successfully", "status": "success" } } }