curl --location --request PUT 'https://tp.dev/api/admin/users/abc123' \ --header 'Authorization: Bearer JWT_TOKEN_HERE' \ --header 'Content-Type: application/json' \ --data-raw '{ "profileBio": "Updated bio here", "radiusSearch": 100 }'
{}