curl --location --request PUT '/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": "*",
"created_at": "2023-03-10T21:54:46.293380+00:00",
"id": "54b7e19f-98a8-416f-81d1-a2782eade48b",
"keywords": [
"START",
"BEGIN"
],
"op": "start",
"resp_text": "Hello there!",
"updated_at": "2023-03-10T21:54:46.293380+00:00"
}
}
Authorization: Bearer ********************