curl --location --request POST '/api/v1/execute' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "print('\''Hello from Pyth-On!'\'')",
"language": "python"
}'{
"output": "Hello from Pyth-On!\n",
"error": "",
"exitCode": 0,
"language": "python"
}