curl --location '/imei-checkV2' \
--header 'authorization: Bearer eyJhbGciOiJFUzI1NiIsInR5cCI6IkpXVCJ9.eyJhdXRob3JpemF0aW9uIjoiVnpOaVdERTFWRzh4TW1VeWJ6STBPbUo1UkZReWJ6STBLaUU9IiwiaWF0IjoxNzI4NDQzNjM5LCJleHAiOjE3Mjg0NDcyMzl9.UgEQLXLla2-7gNWENYgWJYVBnnAmLYiiSZzFM0xIQgMIQWyDR78ch2Z5l6XLyWPd_OY6_Ks_xozJVyCXbmZW0w' \
--header 'Content-Type: application/json' \
--data '{
"uuid": "123",
"captcharesponse": "123",
"imei": "444833382306015"
}'{
"statusCode": 404,
"statusMessage": "Not Found",
"statusDescription": "The requested resource was not found on the server",
"result": {
"errorCode": "91",
"errorMessage": "Something went wrong, please try again",
"data": {
"timestamp": "2024-10-09T03:19:28.108+00:00",
"status": 404,
"error": "Not Found",
"path": "/api/v2/check-fresh-imei/"
}
}
}