Authorization: ********************curl --location --request POST '/api/v3/user/logout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"device_id": "string"
}'{
"errors": [
{
"code": "openapi_spec_request_parse_failed",
"detail": "string"
}
]
}