curl --location --request POST 'https://test.your-api-server.com/fingateapi/ShoppingCredit/LoanApplication' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"totalAmount": 0,
"shippingPrice": 0,
"currency": "string",
"orderNumber": "string",
"channel": "string",
"successRedirectUrl": "string",
"failureRedirectUrl": "string",
"campaignNumber": "string",
"cart": [
{
"itemIdGivenByMerchant": "string",
"itemName": "string",
"itemBrandName": "string",
"unitPrice": "string",
"quantity": "string",
"basketType": 0
}
]
}'