curl --location --request GET 'https://open.teambition.com/api/user/preferences?userId' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Id;' \
--header 'Authorization;' \
--header 'X-Tenant-Type;'
{
"result": {
"userId": "string",
"language": "string",
"lastWorkspace": "string"
},
"code": 0,
"errorMessage": "string",
"requestId": "string"
}