auth-bearer: ********************curl --location --request GET '/clinic//documents' \
--header 'auth-bearer: <api-key>'{
"message": "Clinic documents retrieved successfully.",
"documents": [
{
"id": "string",
"name": "string",
"type": "string",
"status": "string"
}
]
}