curl --location --request POST '/portouts//comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "string"
}'
{
"data": {
"body": "This is a comment",
"created_at": "2018-02-02T22:25:27.521Z",
"id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
"portout_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0",
"record_type": "portout",
"user_id": "0ccc7b54-4df3-4bca-a65a-3da1ecc777f0"
}
}
Authorization: Bearer ********************