curl --location --request PUT 'https://api.pixiefixapp.com/api/v1/admin/service-provider/edit-serviceprovider' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "qWGJ0P-L5YL5qOdin3e5M",
"first_name": "Clint",
"last_name": "Block",
"phone": 235,
"address": "Suite 130",
"zipcode": 12932
}'
{}