How to get user with request param?

i got 404 not found and the respon give me the html code when i try in my katalon. is it right just adding "authorization", "content-type", and "accept" in header? can someone help me

But when i use post man the API run correctly. i don't know where the problem

Authorization header should be like

"Authorization: Bearer YOUR_TOKEN"

you should include Bearer


Little markdown supported