curl --location --globoff 'https://.daftra.com/v2/oauth/token' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--form 'client_secret="jCfy6cMh1X6NTxR3OWLuvEFa0si5uZKr05UeoAEs"' \
--form 'client_id="1"' \
--form 'grant_type="password"' \
--form 'username=""' \
--form 'password=""'{
"token_type": "string",
"expires_in": 0,
"access_token": "string",
"refresh_token": "string"
}