{ "operation": "Create Identity", "method": "POST", "path": "/v1/identities/", "auth": "Bearer token (LETTA_API_KEY)", "request": { "method": "POST", "path": "/v1/identities", "headers": { "Authorization": "Bearer $LETTA_API_KEY", "Content-Type": "application/json" }, "body": { "identifier_key": "user_kin_lane", "name": "Kin Lane", "identity_type": "user" } }, "response": { "status": 201, "body": { "id": "id-77", "identifier_key": "user_kin_lane", "identity_type": "user" } } }