π¦ Request & Response Format
Content Type
Content-Type: application/jsonContent-Type: multipart/form-dataStandard Response Structure
{
"status": "success",
"data": {
// Response data here
}
}{
"status": "fail",
"message": "Error description"
}Last updated