11 lines
298 B
HTTP
11 lines
298 B
HTTP
### 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
|
|
} |