curl --location --request PATCH '/api/v1/auth/coach/price-setup' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"price": 30000,
"sessionType": "resumeOverEmail",
"timeline": "halfMinutes"
}'{
"data": {
"message": "Your account has been successfully been updated",
"status": true,
"user": {
"email": "abdullahyahaya2018+2025@gmail.com",
"fullName": "Yahaya Abdullah Abu",
"phone": "+2348089885365",
"profile": "https://res.cloudinary.com/dzljyt3y1/image/upload/v1735948025/wzoflo4ybj6a8mxhwvaq.jpg",
"role": "coach",
"skills": [
"Project Management",
"Kanban"
],
"account": {
"name": "Yahaya Abdullah",
"number": "0201021081",
"bank": "GT Bank",
"_id": "677876fa42bf1621ec02e299",
"id": "677876fa42bf1621ec02e299"
},
"companies": [
{
"name": "Cholatrek",
"logo": "logo.com"
}
]
}
}
}