curl --location --request GET 'https://open.teambition.com/api/user/getId' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "c.kcrcddu@qq.com"
}'{
"code": 200,
"errorMessage": "",
"result": {
"userId": "5a28e2036176bbde..."
}
}