curl --location --request PATCH '/api/v1/admin/coaches/67d76b07b5310caa4401866a' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"role": "coach"
}'{
"data": {
"message": "Your account has been successfully been updated",
"status": true,
"coach": {
"email": "abdullahyahaya2018+27@gmail.com",
"fullName": "John Doe",
"phone": "+2348089886543",
"profile": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1734212230/ussp0nx65f5hb4z0anlt.png",
"role": "coach",
"coachDetails": {
"_id": "678001be731c857916ffad37",
"id": "678001be731c857916ffad37"
}
}
}
}