I used Java to call the v2/cases/screeningRequest interface of the world check one api. When my payload contains Chinese or Japanese characters, it will return 401, but there is no problem with pure English and numbers.
My signature method uses generateAuthHeaders downloaded from the official website.I don't know if there is something wrong with the code below. I hope you can help me solve it. Thank you!