/V2/customer/checkout/shipping/methods
{"addressId":85}
curl -L \ --request POST \ --url 'https://beta.magento.pixiedia.com/V2/customer/checkout/shipping/methods' \ --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \ --header 'Content-Type: application/json' \ --data '{ "addressId": 85 }'
No body