curl --location '/v1/appetite//details/?product=undefined&state=undefined' \
--header 'Authorization: Bearer <token>'{
"success": false,
"message": "string",
"errors": [
{
"path": "string",
"message": "string"
}
]
}