Authorization: Bearer ********************curl --location -g --request GET '{{system_user_url}}/grn?status=draft&purchase_order_id=1&supplier_user_id=1&date_from=2026-01-01&date_to=2026-12-31&page=1' \
--header 'x-api-key: {{x-api-key}}' \
--header 'x-secret-key: {{x-secret-key}}' \
--header 'Authorization: Bearer <token>'{
"status": "true",
"message": "Operation completed successfully",
"data": []
}