{
"id": 1,
"full_name": "Ahmad Teknisi",
"picture": "https://example.com/rails/active_storage/blobs/redirect/picture.jpg",
"gender": "male",
"is_verified": true,
"open_to_work": true,
"status": "inactive",
"verification_status": "pending",
"verification_step": "profile",
"wishlisted": false,
"location": {
"province": "DKI Jakarta",
"city": "Jakarta Selatan",
"district": "Pancoran",
"subdistrict": "Pancoran",
"postcode": "12780",
"address": "Jl. Pancoran Timur No. 10",
"latitude": -6.2446,
"longitude": 106.123456
},
"ratings_summary": {
"overall_average": 4.5,
"total_reviews": 25
},
"metrics": [
{
"id": 1,
"name": "Performance",
"average": 87.5
}
],
"competencies": [
{
"id": 1,
"name": "Medical Equipment",
"sub_services": [
{
"id": 1,
"name": "X-Ray Machine",
"status": "active",
"kinds": [
"installation",
"maintenance",
"repair"
]
}
]
}
],
"pricings": [
{
"id": 1,
"code": "base",
"kind": "fixed",
"amount": {
"value": 50000000,
"currency": "IDR"
},
"unit": "per visit",
"sub_service": {
"id": 1,
"name": "X-Ray Machine"
}
}
]
}