Snooze a nudge for the given duration.
cURL
curl --request POST \ --url https://api.example.com/api/dashboard/nudges/{memory_id}/snooze \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "nudge_type": "<string>", "duration": "1d" } '
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request body for snoozing a nudge.
1d
3d
7d
Successful Response