curl --location --request PUT '/api/v1/auth/coach/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"placeOfWork": "Google",
"bio": "This is another two"
}'{
"data": {
"message": "Your account has been successfully been updated",
"status": true,
"user": {
"email": "abdullahyahaya2018+27@gmail.com",
"fullName": "John Doe",
"phone": "+2348089886543",
"profile": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1733831302/lz483hq34bv8yjyfegr9.png"
}
}
}