curl --location --request GET '/v1/idp/auth-methods' \
--header 'X-Payload-Origin: eyJ0aWQiOiIxIiwiZGlkIjoiMSIsInVpZCI6IjEiLCJ1c2VyX3R5cGUiOjEwMDB9' \
--header 'Content-Type: application/json'
[
{
"id": "string",
"code": "string",
"name": "string",
"comp_code": "string",
"idp_code": "string",
"feature": {},
"status": "string",
"descr": "string",
"type": "string",
"config_fields": [
{
"FieldDesc": "string",
"FieldName": "string"
}
]
}
]