POST
/
target-companies
{
  "message": "<string>",
  "data": {
    "id": "<string>",
    "isPortfolio": true,
    "isTarget": true,
    "createdAt": "<string>",
    "updatedAt": "<string>",
    "investorId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data

Response

201 - application/json

The response is of type object.