data array, and page / limit query parameters are ignored.tax_id as a plain identifier; the related tax record is not embedded.curl --location --globoff 'https://.daftra.com/api2/shipping_options.json' \
--header 'Accept: application/json' \
--header 'apikey: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"result": "successful",
"code": 200,
"data": [
{
"ShippingOption": {
"id": 3,
"name": "Standard Shipping",
"fees": "25.0000000000",
"tax_id": 7,
"display_order": 1,
"status": 0,
"description": null,
"created": "2024-01-01 10:00:00",
"modified": "2024-01-01 10:00:00",
"deleted_at": null,
"account_id": null
}
}
]
}