Under Self Sign-up API https://is.docs.wso2.com/en/latest/apis/use-the-self-sign-up-rest-apis/#/ we are calling /me POST API for creating the user and we are getting response as 201 created and we are not getting response like this
{
"code": "USR-02007",
"message": "successful user self registration",
"notificationChannel": "EMAIL"
}
what is going wrong here what is causing issue here?