curl --location --request POST '/messaging_profiles//autoresp_configs' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "US",
"keywords": [
"keyword1",
"keyword2"
],
"op": "start",
"resp_text": "Thank you for your message"
}'
{
"data": {
"country_code": "US",
"created_at": "2023-03-22T00:06:49.068817+00:00",
"id": "c2298f86-a4dc-4cac-b6b6-4a3d01c290fa",
"keywords": [
"START"
],
"op": "start",
"resp_text": "Hello there!",
"updated_at": "2023-03-22T00:06:49.068817+00:00"
}
}
Authorization: Bearer ********************