curl --location --request PUT '/user/profile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"email": "string",
"preferences": {},
"settings": {}
}'{
"user_id": 0,
"api_key": "string",
"credits": 0,
"username": "string",
"email": "string",
"auth_method": "string",
"subscription_status": "string",
"trial_expires_at": "string",
"is_active": true,
"registration_date": "string",
"created_at": "string",
"updated_at": "string"
}