/api/v1/profiles/{profileId}
application/json
1
60
curl -X PATCH "https://akarso.co/api/v1/profiles/<profileId>" \ -H "Authorization: Bearer <token>" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'