Authorization: Bearer ********************{
"name": "testkey"
}curl --location --request POST 'http://127.0.0.1:30800/v1/api/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "testkey"
}'{
"data": {},
"success": true
}