{
"title": "string",
"language": "string",
"content": "string",
"key": "string"
}
curl --location --request POST '/js/encrypt' \
--header 'Authorization: Bearer xxxxxxxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"language": "string",
"content": "string",
"key": "string"
}'
{}