@baseUrl = http://localhost:8080 ### Get all active assistants GET {{baseUrl}}/v1/assistants Accept: application/json ### Request a new office assistant POST {{baseUrl}}/v1/assistants Content-Type: application/json Accept: application/json { "duty": "EMPLOYEE_WELL_BEING", "beneficiary": "Mr Grumpy" } ### Get details of an assistant by ID GET {{baseUrl}}/v1/assistants/{{assistantId}} Accept: application/json