https://radboi.freshservice.com/api/v2/assets?include=type_fields&search="name%3A%27[[{{ticket.associated_asset_names | remove: '\[' | remove: '\]' | remove: '"' | replace: " ", "%20"}}]]%27"\
\
For API Key authentication, please follow the below credentials.
Key : Authorization
Value : Basic base64encodedAPIkey
For example, if my API key is QpWazMl1dN6XJLRZ5J, then the Value should be as below :
Basic UXBXYXpNbDFkTjZYSkxSWjVK
You can encode the API key using any base64 encoder available online.
One of the websites I use is: <https://www.base64encode.org/>