curl --request PUT \
--url https://api.skulabs.com/distributor/edit_item \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item": {}
}'
/distributor/edit_item
curl --request PUT \
--url https://api.skulabs.com/distributor/edit_item \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item": {}
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK