curl --request POST \
--url https://api.example.com/vault/unlock \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>"
}
'{}POST /vault/unlock
curl --request POST \
--url https://api.example.com/vault/unlock \
--header 'Content-Type: application/json' \
--data '
{
"password": "<string>"
}
'{}OK
The response is of type object.
Was this page helpful?