Authorization: Bearer ********************curl --location -g --request POST '{{system_user_url}}/purchase-invoice' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>' \
--form 'invoice_type="material"' \
--form 'invoice_number="INV-2026-001"' \
--form 'invoice_date="2026-05-04"' \
--form 'lines[0][quantity]="10"' \
--form 'lines[0][unit_price]="100"'{
"status": "true",
"message": "Operation completed successfully",
"data": []
}