GET /my/current_routine_ids

GET /my/current_routine_ids

Returns the current AM & PM routine ids for the logged in user

Responses

GET /my/current_routine_ids
curl \
 -X GET https://api.cosmily.com/api/v1/my/current_routine_ids \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "am_routine_id": 42,
  "pm_routine_id": 42
}