curl --location --request POST 'https://api.muhasip.dev/apps/pos' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
// "contactsId":"65c3969cc288a9dda261832f",
"amount": 10,
"returnUrl": "https://tahsilat.io/payment",
"orderId": "ABCaaaassaaSS",
"description": "Test İşlem",
"commission": false,
"variables": [
{
"key": "Key1",
"title":"Key Adı", // Muhasip Arayüzünde gösterilmesi için
"value": "Value 1"
}
]
}'
{}