curl --location --request PUT 'https://xmsx-hkkx-nz6p.n7e.xano.io/api:v1/developers_update' \
--header 'Content-Type: application/json' \
--data-raw '{
"developer_id": "753a058d-0712-4460-bc37-34ff02767a70",
"name": "string",
"skills": [
"string"
],
"experience_level": "string",
"interests": [
"string"
],
"location": "string",
"willing_to_relocate": true,
"looking_for": [
"string"
]
}'{
"success": true,
"message": "string",
"updated_fields": [
"string"
]
}