curl --location --request POST '/JSONEscape' \ --header 'Content-Type: text/plain' \ --data-raw '{"key":"value"}'
{ "ToJsonEscape": "{\\\"key\\\":\\\"value\\\"}" }