curl --location --request POST 'https://api.plexypay.com/v1/merchants/settlement-payment-orders' \
--header 'Authorization: {{apiKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"beneficiaryId":"aed26d75-2c00-49a1-a626-14d45b8f0dfb",
"totalAmount":10000
}'{
"id": "string",
"merchantId": "string",
"beneficiaryId": "string",
"totalAmount": 0,
"createdAt": "string",
"updatedAt": "string",
"status": "string"
}