{
"amount": 100,
"async": false
}curl --location -g --request POST 'https://prod.your-api-server.com/v1/transactions/{{transaction_id}}/capture' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 100,
"async": false
}'{}