Upload data to collection
Payload: { [] }
Code: 200
Return: Data uploaded successfully!
User with {id} is unauthorized.
Code: 401
Return: Unauthorized!
Return all data from collection
Code: 200
Return: { [] }
User with {id} is unauthorized.
Code: 401
Return: Unauthorized!
Return all data from collection with {start} to {end} index
Code: 200
Return: { [] }
User with {id} is unauthorized.
Code: 401
Return: Unauthorized!