Authorization: Bearer ********************curl --location --request POST '/invoice-pdf/1757614' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"bankDetailsIds": [1, 2]
}'{
"success": true,
"message": "Pdf available for download!",
"data": "https://res.cloudinary.com/dwfnoynkp/image/upload/v1723152662/dev/pdf/1723152659864.pdf"
}