I am trying different endpoints through swagger. All endpoints where token is mandatory to pass are failing on whatever value I pass to token. Can you guide me what value will work for query token staying in swagger?
curl -X ‘GET’
‘https://api.eu.amity.co/api/v3/users?keyword=moderator&filter=all&sortBy=displayName&options[limit]=10&options[token]=test’
-H ‘accept: application/json’
-H ‘Authorization: Bearer d2fd4ecbbb4efc9b68f9*************’
{
"status": "error",
"message": "Query Token is invalid",
"code": 400000,
"data": {
"detail": {}
}
}