Why I can't call API 'search the target'?
This is what I'm trying to call :
xxxxxxxxx.na1.crs.easyar.com:8888/search
I already include all the parameter and follow the documentation
{
"image":"/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAMCAgM...",
"timestamp": 1514736000000,
"appKey": "test_app_key",
"signature": "89985e2420899196db5bdf16b3c2ed0922c0c221"
}
but i always got a response like this :
{
"timestamp":1572294386008,
"status":404,
"error":"Not Found",
"message":"Not Found",
"path":"\/search\/"
}