Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json · object
Response
OK
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.
OK