curl --location --request POST 'https://api-inventory.simprasuite.com/integration/api/payment/add' \
--header 'Content-Type: application\json' \
--data-raw '{
"supplierId": "string",
"supplierTaxNumber": "string",
"paymentOptionId": "string",
"paymentDate": "2019-08-24T14:15:22.123Z",
"amount": 0,
"description": "string",
"storeGroupId": "string"
}'