curl --request POST \
--url https://api.skulabs.com/run/shopify_returns_simulation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}/run/shopify_returns_simulation
curl --request POST \
--url https://api.skulabs.com/run/shopify_returns_simulation \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The body is of type object.
OK