curl --request POST \
--url https://api.leanpay.fr/v1/public/invoices/pdf/batch \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"files": [
{
"base64": "aSDinaTvuI8gbWludGxpZnk=",
"reference": "<string>"
}
]
}
'curl --request POST \
--url https://api.leanpay.fr/v1/public/invoices/pdf/batch \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"files": [
{
"base64": "aSDinaTvuI8gbWludGxpZnk=",
"reference": "<string>"
}
]
}
'