Yes!
Pass in the schedule parameter to the Send Notifications API to control when a notification will be delivered. Specify the desired moment as a Unix timestamp:
{
"to": "a6345d0278adc55d3474f5",
"data": {
"message": "Hello World!"
},
"schedule": 1652344429 // A unix timestamp in the future
}