Authorization: Bearer ********************curl --location --request POST '/get-transaction-pdf' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{"startDate":"2024-05-08","endDate":"2024-05-08"}'{
"success": true,
"message": "PDF has been queued for processing",
"data": {
"user_id": 1,
"business_id": "1",
"from_date": "2023-02-15",
"to_date": "2023-11-15",
"status": "pending",
"created_at": "2023-12-11T21:58:45.679+01:00",
"updated_at": "2023-12-11T21:58:45.679+01:00",
"id": "14"
}
}