POST
/
storage
/
profile_data
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "data": {},
      "version": 123
    }
  ],
  "success": true
}

Body

application/json

New profile data

The body is of type object.

Response

200
application/json

OK

The response is of type object.

POST
/
storage
/
profile_data
{
  "error": "<string>",
  "pagination": {
    "limit": 123,
    "order": "<string>",
    "page": 123,
    "total": 123
  },
  "result": [
    {
      "data": {},
      "version": 123
    }
  ],
  "success": true
}

Body

application/json

New profile data

The body is of type object.

Response

200
application/json

OK

The response is of type object.