Bug report
Environment
ScanAPI version: 2.6.0
Description of the bug
When the custom var is defined and used in the same request, it is not being evaluated.
How to reproduce the bug ?
endpoints:
- name: snippets-api
path: http://demo.scanapi.dev/api/v1/
headers:
Content-Type: application/json
requests:
- name: health
vars:
my_var: "one"
path: health/?${my_var}

Expected behavior?

Anything else we need to know?
It works for env variables. The problem appears only for custom vars
Bug report
Environment
ScanAPI version: 2.6.0
Description of the bug
When the custom var is defined and used in the same request, it is not being evaluated.
How to reproduce the bug ?
Expected behavior?
Anything else we need to know?
It works for env variables. The problem appears only for custom vars