'Postman UI number variable?

Is it possible in Postman to set a variable to a number value, or must it be a string? The API I'm writing requires a user_id integer value passed through as a header, but it looks like Postman can't really mock that if I can only use strings as header values.

Am I missing something?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source