201
Used when a new resource has been created.
The body of the response should be the same as the GET
representation of the new resource, including any generated/calculated fields.
Example response
{
"_links": {
"self": {
"href": "https://api.nexmo.com/accounts/7c9738e6/secrets/ad6dc56f-07b5-46e1-a527-85530e625800"
}
},
"id": "ad6dc56f-07b5-46e1-a527-85530e625800",
"created_at": "2017-03-02T16:34:49Z"
}