{
"apiKey": "string",
"binNumber": "string",
"amount": 0,
"currency": "string"
}
curl --location --request POST '/ozanapi/installment/installmentInquiry' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "string",
"binNumber": "string",
"amount": 0,
"currency": "string"
}'
{}