Authorization: ********************{
"className": "Usuarios",
"action": "Get"
}curl --location --request POST '/api/v1/providers/fb/exe4crud' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"className": "Usuarios",
"action": "Get"
}'