I am getting a bearer token when i am running the json code below with the specified url, but i don`t know how to implement this json body in TimeXtender, is there any documentation available or a solution for this?
{
"id": "",
"language": "en",
"data": {
"resourceType": "AUTH",
"item": {
"loginName": "api@user",
"password": "password",
"module": "API"
}
}
}