Authorization: Bearer ********************curl --location --request POST '/vendorcredits//bills' \
--header 'Content-Type: application/json' \
--data-raw '{
"bills": [
{
"bill_id": "460000000057075",
"amount_applied": 10
}
]
}'{
"code": 0,
"message": "Credits have been applied to the bill(s).",
"bills": null
}