Return Just a String

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?

@software2 - I think there are simpler ways of faking this - perhaps Mockaroo is not the right tool for this use case?

you can use the formula:

concat(this, “”)