curl --location -g --request POST 'https://api-dev.commandroom.ai/api/tasks/generate-prd-pdf?tenant=' \
--header 'Content-Type: application/json' \
--data-raw '{
"task_id": {{task_id}},
"prd_data": {{prd_data}},
"implementation_steps": {{implementation_steps_data}},
"build_steps": {{build_steps_data}}
}'{"success":true,"message":"PRD PDF generated and attached successfully","attachment":{"id":13,"original_name":"PRD-automated-invoice-generation-system-7.pdf","file_path":"pdfs\/prd-automated-invoice-generation-system-7-bYqLR7tX.pdf","file_size":18422,"mime_type":"application\/pdf","created_at":"2026-01-27T00:57:04.000000Z"}}