X-API-KEY: ********************curl --location --request PUT '/api/users/info/v1/' \
--header 'X-API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "user@example.com",
"is_active": true,
"is_admin": true,
"organization_id": 1,
"id": 1
}'{
"email": "user@example.com",
"is_active": true,
"is_admin": true,
"organization_id": 1,
"id": 1
}