safePost

inline suspend fun <T, P> HttpClient.safePost(url: String, data: P, extraHeaders: Map<String, String>? = null): Resource<T>