Authorization: Bearer ********************
{
"concatId": "4c0994a5-acf1-436f-be85-4326ba4ea09d",
"stage": 2
}
curl --location --request POST '/gcs/sdb/statementExport' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"concatId": "4c0994a5-acf1-436f-be85-4326ba4ea09d",
"stage": 2
}'