curl --location --request POST 'https://api.muhasip.pro/apps/installment' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact": {
"name": "MURAT DURAN",
"taxId": "11111111111",
"taxOffice": "GEVHER NESİBE",
"countries": "Türkiye",
"states": "Kayseri",
"cities": "Kocasinan"
},
"vatRate": "10",
"accountNo":"TESTKASAKOD",
"definition": "SATIŞ MÜŞTERİ",
"repeatCount": 12,
"productName": "YOL YARDIM PAKETİ",
"description": "3220131111111111",
"amount": 800,
"variables": [
{
"dsContractNo": "3220131111111111"
},
{
"idDealerSales": 1
}
]
}'