Describe the problem/error/question
For example, I need to access three API services now, but each service has a different token. I hope to dynamically obtain the values of different credentials. Is there any way to do this? like this:
"headers": {
"Authorization": "Bearer {{ $credentials.TestApiKey.token }}"
}
of course it’s not working, any way to do this ? Thanks ~