Create a status.

Request

POST https://{hostname}:{port}
  /build/rest2/build-lives//latest/statuses
This command takes a JSON request string or file. Use the following template for the request:
{
  "externalMessage": "The message of the status if the 
  status is created by an external source.",
  "jobTraceId": "The id of the job trace if the status is 
  created by a job.",
  "status": "The name of the status."
}