{
"unionId": "{{unionId}}",
"tenantId":{{tenantId}}
}
curl --location --request POST 'localhost:8077/system/api/confirmLogin' \
--header 'channel: 2' \
--header 'Authorization: Bearer e04bc2ccd70847efbd8b3775fb951f4e' \
--header 'tenantId: {{tenantId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"unionId": "{{unionId}}",
"tenantId":{{tenantId}}
}'
{}