Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/tenant/authenticate/ \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"password": "<string>"
}
'{}Takes a set of user credentials and returns an access and refresh JSON web token pair to prove the authentication of those credentials.
curl --request POST \
--url https://api.example.com/v1/tenant/authenticate/ \
--header 'Content-Type: application/json' \
--data '
{
"username": "<string>",
"password": "<string>"
}
'{}Была ли эта страница полезной?