Success Responses
A success message is returned with the member status set to success and code set to 200. If applicable, the result field contains any data sent in the response.
Success Response Format
Status: HTTP/1.1 200 OK { "code" : 200, "status" : "success", "result" : { [JSON Object or Array] } }