curl --location --request GET 'https://afyahealth.doctodoor.com:5600/api/service/v1/user/patients/' \
--header 'Accept: application/json' \
--header 'practice-code: DEFAULT' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjY3YjJkZmZlNWJmMjdlMzk1NTUzMjE0MyIsImVtYWlsIjoiZGVlcC5tYXJzb25pYUBwbGVuYXJ0ZWNoLmNvbSIsInN1YiI6IjY3YjJkZmZlNWJmMjdlMzk1NTUzMjE0MyIsImlhdCI6MTc0OTY0MjAwNiwiZXhwIjoxNzU3NDE4MDA2fQ.g8snnbceKqWwfhQ7lKdzebnlVq_bcYyRlDKR3GGWk8s' \
--header 'Content-Type: application/json'{
"error": false,
"status_code": 200,
"message": "",
"data": {
"roles": [
{
"practice": "677bb5bd4291b96cd0623e93",
"deleted_at": null,
"is_deleted": 0,
"name": "Patient",
"slug": "patient",
"created_at": "2025-01-06T10:51:41.295Z",
"updated_at": "2025-01-06T10:51:41.295Z",
"id": "677bb5bd4291b96cd0623e98"
}
],
"is_master_admin": 0,
"is_temporary_password": 0,
"is_deleted": 0,
"is_active": 1,
"deleted_at": null,
"language_code": "en",
"family_members": [],
"first_name": "Deep",
"full_name": "Deep",
"email": "sfd33fdfl46@gmail.com",
"phone_primary": "7766787898",
"country_code": "+91",
"created_at": "2025-02-05T10:05:53.857Z",
"updated_at": "2025-02-05T10:05:53.857Z",
"id": "67a33801a5f6d79d08f063da"
}
}