I need my mock API to only return a string from a fake auth endpoint I set up. I do not see a way to do this. I’ve tried returning as CSV, custom, and JSON. JSON gets the closest, but I need to return just the value of a token, not
{"token": "1234"}
I need just
"1234"
Is there a way to do this?