curl --request POST \
--url https://gogs.example.com/api/v1/markdown \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"context": "<string>"
}
'"<string>"curl --request POST \
--url https://gogs.example.com/api/v1/markdown \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"text": "<string>",
"context": "<string>"
}
'"<string>"