appKey header.curl --location 'https://api-vltzpay.beespokedev.com/api/v1.0/payments/transactions/' \
--header 'appKey;'{
"success": true,
"response": {
"amount": "string",
"currency": "string",
"status": "PENDING",
"transactionType": "PAYMENT",
"paymentMethod": "CARD",
"reference": "string",
"metadata": {
"property1": "string",
"property2": "string"
}
}
}