{
"messages": [
{
"role": "user",
"content": "Say this is a test!"
}
]
}
curl --location --request POST 'http://www.arch2devs.ct.ws/api/chaty' \
--header 'Content-Type: application/json' \
--data-raw '{
"messages": [
{
"role": "user",
"content": "Say this is a test!"
}
]
}'
{
"message": "Success"
}