Authorization: Bearer ********************curl --location --globoff '{{system_user_url}}/purchase-order/2/get-print-content' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>' \
--form 'other_data[template_id]="1"' \
--form 'other_data[template_layout_id]="1"' \
--form 'other_data[watermark_setting_id]="1"' \
--form 'other_data[el_action_type]="print"'{
"status": "true",
"message": "Operation completed successfully",
"data": []
}