api/v1/customer/save-exit-questions

POST

api/v1/customer/save-exit-questions

This API method will map questions with customer

Sample Response

ParameterValue / TypeRequired
questionsArraytrue
{
    "questions": [
        1,2
    ]
}
{
    "status": true,
    "message": "Questions Submitted Successfully"
}