curl --location --request GET 'https/omerlo.com/api/media/v1/oauth-providers' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"client_id": "string",
"type": "google",
"authenticate_url": "http://example.com",
"inserted_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
],
"meta": {
"base": "http://example.com",
"next": "http://example.com",
"previous": "http://example.com"
}
}