Authorization: Bearer ********************
{
"amount": 3,
"loan_id": "f41a6ff9-440a-451d-89bc-19369b0de808",
"debit_bank_id": "f808a4b5-d281-4988-8261-8c7ac0a8abbc"
}
curl --location --request POST 'https://preprod.api.crego.io/v1/lms/payouts/add_tranche/' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 3,
"loan_id": "f41a6ff9-440a-451d-89bc-19369b0de808",
"debit_bank_id": "f808a4b5-d281-4988-8261-8c7ac0a8abbc"
}'
{}