POST
/confirmation
curl \
--request POST 'https://garden-to-yours.herokuapp.com/confirmation' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"code":"0b1a28fb037e58c446f57a6506322e33"}'
Request example
{
"code": "0b1a28fb037e58c446f57a6506322e33"
}