recovery_email_sent_at.Authorization: Bearer ********************curl --location --request POST 'https://numueg.app/api/v1/stores//abandoned-checkouts//send-recovery-email' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"checkout_id": "a0db819d-3316-4040-b9b7-2c905552650c",
"email": "string",
"sent_at": "2019-08-24T14:15:22.123Z"
},
"message": "string"
}