GET
api/v1/customer/get-exit-questions
This API method will return a List of exit reasons
Sample Request body
Nothing required
Sample Response
{
"status": true,
"items": [
{
"id": "LZWBJx0PmYkEwjGdr2vO",
"question": "TES1",
"description": "sdsdsd",
"created_at": "2022-01-10 09:52:07"
},
{
"id": "bZ6xBGP2mdPm3R8VX17L",
"question": "TES12",
"description": "lorem lorem",
"created_at": "2022-01-10 09:52:27"
}
]
}