curl --location --request POST 'https://dev-api.inwantaiwan.com/api/apps/v1/chat' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "Hello, world!",
"attachment": {
"images": ["url-here"],
"products": [{
"id": 1,
"concat_id": "2_3_4"
}]
}
}'
{
"data": {}
}