curl --request POST \
--url https://api.example.com/notebooks/services/session/api/kernels/{kernel_id}/restart \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}curl --request POST \
--url https://api.example.com/notebooks/services/session/api/kernels/{kernel_id}/restart \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}