Authorization: ********************Device-Token: ********************curl --location --request PUT '/api/profiles/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "string",
"is_active": true,
"tags": [
"string"
]
}'{
"message": "Operation successful",
"data": {}
}