{
"session_ids": [
"string"
]
}
curl --location --request POST 'https://api.medusa-commerce.com/store/payment-collections//sessions/batch/authorize' \
--header 'Content-Type: application/json' \
--data-raw '{
"session_ids": [
"string"
]
}'