{
"exceptionEventIds": [
0
],
"sourceTypes": [
"RISK_REPORT_UPLOAD"
]
}
curl --location --request POST '/exception-event/third-part/query-exception-record-source-ids' \
--header 'project-id: {{project-id}}' \
--header 'group-code: {{group-code}}' \
--header 'token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"exceptionEventIds": [
0
],
"sourceTypes": [
"RISK_REPORT_UPLOAD"
]
}'
{
"0": [
""
]
}