Authorization: Bearer ********************
X-Altan-Key: ********************
{
"message": "New commit"
}
curl --location --request POST 'https://api.altan.ai/interfaces/dev//accept-changes' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "New commit"
}'
null