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