Profile Add Update

Profile Add Update API header parameter in Content-Type application/x-www-form-urlencoded and body in Form data send.

Body(Formdata)

Response JSON Format


{
    "success": true,
    "error": null,
    "data": "New Record Successfully Added"
}

Last updated