Implement Bird gate IVR flow

This commit is contained in:
Jeppe Bundgaard
2026-03-09 11:03:45 +01:00
parent 682bf8151c
commit d82c7d88ec
21 changed files with 4616 additions and 3251 deletions
+11
View File
@@ -0,0 +1,11 @@
### POST request to /auth/2fa/setup
POST http://localhost/api/auth/2fa/setup
Accept: application/json
Content-Type: application/json
Authorization: Bearer 9ed711260d58165ee7601060bf7463f6e201481edd16c8ee4fc4a5f04b79a232
X-Customer-Number: 42331128
{
"phone": 42331128,
"country_code": 45
}