To use the JWT token for authorization, it is needed to send JWT token in the Authorization header of the invoking REST service using the Bearer schema, as shown below:
==========
Authorization: Bearer eyJhbGciOiJIUzI1NuIsInR7bCI6IkpXVCJ9.eyJsb5dnZWRJdmFzIjoiYWRtaM6iLCJpYXQiOjE0MjI3Nzk2Mzh9.gzStaSZS1EXBxLN_oWnFSRgCzcmJmMjLiuyu5CSpyHI ==========
To use the Authorization header for JWT token in "Invoke REST API" Activity, please follow the below steps:
1) Go to the Input Editor Tab and add the "Authorization" element of type string under Header. Please refer below screenshot:
2) Now go to the Input Tab of "Invoke REST API" Activity then specify the Bearer and token separated by single space in the Input for the field "Authorization" under Header. Please refer below screenshot: