Authorization: Bearer ********************
curl --location --request POST '/api/v1/system/debug/exec' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: text/plain' \ --data-raw 'print(ap)'
{}