data field is handled by the fulfillment provider of the chosen shipping option.{
"option_id": "string",
"data": {}
}curl -X POST '{backend_url}/store/carts/{id}/shipping-methods' \
-H 'Content-Type: application/json' \
--data-raw '{
"option_id": "{option_id}",
}'