curl --location --request POST 'https://androidpublisher.googleapis.com//androidpublisher/v3/applications//reviews/:reply' \
--header 'Content-Type: application/json' \
--data-raw '{
"replyText": "string"
}'
{
"result": {
"lastEdited": {
"nanos": 0,
"seconds": "string"
},
"replyText": "string"
}
}