curl --location --request GET '/shipping-methods?page=1&limit=100' \ --header 'X-Identifier: {{x_identifier}}' \ --header 'Authorization: Bearer {{token}}' \ --header 'Accept: application/json' \ --header 'Content-Type: application/json'
{}