curl --location --request POST '/addresses//actions/accept_suggestions' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string"
}'
{
"data": {
"accepted": true,
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"record_type": "address_suggestion"
}
}
Authorization: Bearer ********************