Set a provider as the primary login method
curl --request POST \
--url https://api.example.com/api/v1/providers/set-primary \
--header 'Content-Type: application/json' \
--data '
{
"provider_type": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Set a provider as primary
Successful Response
curl --request POST \
--url https://api.example.com/api/v1/providers/set-primary \
--header 'Content-Type: application/json' \
--data '
{
"provider_type": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}