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