Store session time (platform)
Create a session time and update the last_action_date of the ambassador
POST
/platform/session-times
curl \
--request POST https://domain.tld/api/v2/platform/session-times \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"message": "Session time stored successfully"
}
Response examples (401)
{
"message": "Unauthorized."
}