Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/mutexes/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"deed": "string",
"ttl": 14400
}'{
"meta": null,
"data": {
"id": "string",
"key": "string",
"created_by": null,
"expires_at": "2019-08-24T14:15:22.123Z",
"unlocked_at": null,
"deed": null
}
}