curl --location --request PATCH 'https://api.gwid.io/api/v1/user/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string"
}'{
"data": {
"id": "0c53ff8f-8d70-4253-975e-257e236a6950",
"name": "Kenneth Bayer IV",
"email": "jamir35@yahoo.com",
"role": "regular",
"referral_code": "ZDUG9F",
"created_at": "2025-11-13T08:54:16.000909Z",
"updated_at": "2025-11-13T11:03:42.287088456Z",
"gateways": null,
"aws_credentials": null,
"referral_rewards": null
},
"success": true
}