curl --location --request POST '/porting_orders//comments' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": "Please, let me know when the port completes"
}'
{
"data": {
"body": "Great experience so far",
"created_at": "2021-03-19T10:07:15.527Z",
"id": "f1486bae-f067-460c-ad43-73a92848f902",
"porting_order_id": "f1486bae-f067-460c-ad43-73a92848f902",
"record_type": "porting_comment",
"user_email": "user@example.com",
"user_id": "6a09cdc3-8948-47f0-aa62-74ac943d6c58",
"user_type": "admin"
}
}
Authorization: Bearer ********************