Authorization: ********************curl --location --request PATCH '/api/v1/partner/profile/open-to-work' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"partner": {
"open_to_work": true
}
}'{
"success": true,
"data": {
"message": "Work availability updated successfully",
"partner": {
"id": 1,
"full_name": "Ahmad Teknisi",
"status": "active",
"verification_status": "completed",
"is_verified": true,
"open_to_work": true,
"verification_step": "verified",
"competencies": []
}
}
}