curl --location --request POST '/api/auth/admin/update-user' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"data": "string"
}'
{
"user": {
"id": "string",
"name": "string",
"email": "string",
"emailVerified": "Generated at runtime",
"image": "string",
"createdAt": "Generated at runtime",
"updatedAt": "Generated at runtime",
"twoFactorEnabled": false,
"phoneNumber": "string",
"phoneNumberVerified": true,
"role": "string",
"banned": false,
"banReason": "string",
"banExpires": "string"
}
}