curl --location '/request-test/post/raw-js' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: text/plain' \
--data 'console.log("helloworld")'{
"apifoxError": {
"code": 404,
"message": "No API found for the specified method POST and path /request-test/post/raw-js. Learn more at https://apifox.com/help/app/mock/"
}
}