curl --request PUT \
--url https://api.skulabs.com/kit/bulk_update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kits": "<string>"
}
'{}/kit/bulk_update
curl --request PUT \
--url https://api.skulabs.com/kit/bulk_update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"kits": "<string>"
}
'{}