curl --location --request PUT 'http://localhost/users/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"user_id": "a169451c-8525-4352-b8ca-070dd449a1a5",
"name": "string",
"email": "user@example.com",
"username": "string",
"phone": "string",
"password": "stringst",
"membership_type": "employee",
"is_active": true,
"status": "active",
"role_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'"string"