Authorization: ********************Device-Token: ********************curl --location --request POST '/api/profiles/' \
--header 'Authorization: Bearer <token>' \
--header 'Device-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "profile_user_001",
"password": "profile_pass_123",
"email": "profile001@gmail.com",
"tags": [
"vn",
"desktop"
],
"is_active": true
}'{
"message": "Operation successful",
"data": {}
}