Authorization: Bearer ********************curl --location --request GET 'https://getrasl.io/api/v1//sources?page=1&per_page' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"status": "success",
"data": [
{
"id": 1,
"name": "Website",
"created_at": "2024-02-08 10:00:00",
"updated_at": "2024-02-08 10:00:00"
}
],
"meta": {
"current_page": 1,
"total": 10,
"per_page": 15
}
}