curl --request GET \
--url https://api.example.com/reports/{report_id}/pdf/ \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Generate PDF of report with all images embedded as base64 and a footer link.
curl --request GET \
--url https://api.example.com/reports/{report_id}/pdf/ \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}