Authorization: ********************x-api-key: ********************{
"status": "success",
"message": "Delivery coordinators fetched successfully",
"data": {
"coordinators": [
{
"_id": "string",
"name": "string",
"phone": 0,
"isDeliveryCoordinator": true
}
]
}
}