DEV - REST Microservice
Closed this issue · 0 comments
dieguini commented
Description:
- Call to
/DevOps
path - HTTP Post - Request
{
"message": "This is a test",
"to": "Juan Perez",
"from": "Rita Asturia",
"timeToLifeSec": 45
}
- HTTP Post - Response
{
"message": "Hello Juan Perez your message will be send"
}