{
"apiKey": "string",
"apiSecretKey": "string",
"transactionId": "string",
"subMerchantId": "string",
"basketId": "string"
}
curl --location --request POST '/ozanapi/marketplace/approvePayment' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "string",
"apiSecretKey": "string",
"transactionId": "string",
"subMerchantId": "string",
"basketId": "string"
}'
{}